Skip to main content

Interface: VideoMetrics

Hierarchy

Properties

bitrate

Optional bitrate: number

Inherited from

Metrics.bitrate


bytesTransmitted

Optional bytesTransmitted: number

Inherited from

Metrics.bytesTransmitted


codec

Optional codec: string

Inherited from

Metrics.codec


framesPerSecond

Optional framesPerSecond: number


jitter

Optional jitter: number

Inherited from

Metrics.jitter


kind

kind: "audio" | "video"

Inherited from

Metrics.kind


packetsLost

packetsLost: number

Inherited from

Metrics.packetsLost


packetsTransmitted

packetsTransmitted: number

Inherited from

Metrics.packetsTransmitted


recentPercentageLost

Optional recentPercentageLost: number

Inherited from

Metrics.recentPercentageLost


resolution

Optional resolution: string


resolutionHeight

Optional resolutionHeight: number


resolutionWidth

Optional resolutionWidth: number


roundTripTime

Optional roundTripTime: number

Inherited from

Metrics.roundTripTime


timestamp

Optional timestamp: number

Inherited from

Metrics.timestamp


totalPercentageLost

Optional totalPercentageLost: number

Inherited from

Metrics.totalPercentageLost


type

type: "inbound-rtp" | "outbound-rtp"

Inherited from

Metrics.type